home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / easytext / _SETUP.1 / EasyText.exe / 0 / RCDATA / TOKBOTTOMDLG1 / TOKBOTTOMDLG1.txt < prev   
Text File  |  1999-01-10  |  3KB  |  133 lines

  1. object OKBottomDlg1: TOKBottomDlg1
  2.   Left = 43
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'Save Document As  ...'
  6.   ClientHeight = 153
  7.   ClientWidth = 537
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 521
  21.     Height = 137
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 104
  26.     Top = 24
  27.     Width = 318
  28.     Height = 16
  29.     Caption = 'You Are About To Save This Document As Plain Text.'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlack
  32.     Font.Height = -13
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 152
  39.     Top = 40
  40.     Width = 222
  41.     Height = 16
  42.     Caption = 'This Will Remove All Text Formatting.'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clBlack
  45.     Font.Height = -13
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.   end
  50.   object Label3: TLabel
  51.     Left = 200
  52.     Top = 64
  53.     Width = 121
  54.     Height = 16
  55.     Caption = 'Save Document As :'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clBlack
  58.     Font.Height = -13
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.   end
  63.   object RT: TButton
  64.     Tag = 1
  65.     Left = 23
  66.     Top = 102
  67.     Width = 106
  68.     Height = 25
  69.     Caption = '&Rich Text (.rtf)'
  70.     Default = True
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clNavy
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ModalResult = 1
  77.     ParentFont = False
  78.     TabOrder = 0
  79.     OnClick = RTClick
  80.   end
  81.   object PT: TButton
  82.     Tag = 3
  83.     Left = 280
  84.     Top = 102
  85.     Width = 105
  86.     Height = 25
  87.     Caption = '&Plain Text (.txt)'
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clNavy
  90.     Font.Height = -11
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = []
  93.     ModalResult = 1
  94.     ParentFont = False
  95.     TabOrder = 1
  96.     OnClick = RTClick
  97.   end
  98.   object Button1: TButton
  99.     Left = 408
  100.     Top = 102
  101.     Width = 105
  102.     Height = 25
  103.     Cancel = True
  104.     Caption = '&Cancel'
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = clNavy
  107.     Font.Height = -11
  108.     Font.Name = 'MS Sans Serif'
  109.     Font.Style = []
  110.     ModalResult = 2
  111.     ParentFont = False
  112.     TabOrder = 2
  113.   end
  114.   object WD: TButton
  115.     Tag = 2
  116.     Left = 151
  117.     Top = 102
  118.     Width = 106
  119.     Height = 25
  120.     Caption = '&Word Format (.doc)'
  121.     Default = True
  122.     Font.Charset = DEFAULT_CHARSET
  123.     Font.Color = clNavy
  124.     Font.Height = -11
  125.     Font.Name = 'MS Sans Serif'
  126.     Font.Style = []
  127.     ModalResult = 1
  128.     ParentFont = False
  129.     TabOrder = 3
  130.     OnClick = RTClick
  131.   end
  132. end
  133.